Avoid code design that requires the use of asynchronous thread aborts 避免需要使用異步線程中止的代碼設(shè)計(jì)。
These seven principles build a base for code design with testing in mind 心存測(cè)試概念進(jìn)行代碼設(shè)計(jì)時(shí)的七條基本原則
All the code designed in module , and it can apply to other program easily 代碼全部采用模塊化設(shè)計(jì),能方便移植到其它應(yīng)用程序當(dāng)中。
Examine seven principles to build a base for code design with testing in mind in this article , 請(qǐng)?jiān)谖恼隆霸\斷java代碼:設(shè)計(jì)“可測(cè)試的”應(yīng)用程序
Bar code system is a self - identify one with three components : bar code design , execution , and scan reading 條碼系統(tǒng)是由條碼符號(hào)設(shè)計(jì)、制作及掃描閱讀組成的自動(dòng)識(shí)別系統(tǒng)。
According to the skill of the software maintaining , coding design and sharing database are established 該方案不僅能很好地降低軟件的復(fù)雜程度,而且增加了系統(tǒng)的可靠性。
Structured exception handling is code designed to detect and respond to errors during execution by combining a control structure similar to 結(jié)構(gòu)化異常處理是旨在通過將控制結(jié)構(gòu)(類似于
This library is already written and tested code designed for a variety of common programming tasks as well as for some that are not so common 這些針對(duì)各種常見設(shè)計(jì)任務(wù)(包括不那么常見的任務(wù))而設(shè)計(jì)的庫(kù)已經(jīng)寫好并經(jīng)過測(cè)試。
For instance , what if you re not testing all possible inputs , and therefore not testing the code designed to handle the edge conditions 例如,如果沒有測(cè)試到所有可能輸入,也就沒有測(cè)試到為處理邊際情況而設(shè)計(jì)的代碼,這時(shí)會(huì)如何呢?